NewRelic

Parameters

Configuration

  1. Create a NewRelic Api Key
  2. Store apiKey in argocd-notifications-secret Secret and configure NewRelic integration in argocd-notifications-cm ConfigMap
  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: <config-map-name>
  5. data:
  6. service.newrelic: |
  7. apiURL: <api-url>
  8. apiKey: $newrelic-apiKey
  1. apiVersion: v1
  2. kind: Secret
  3. metadata:
  4. name: <secret-name>
  5. stringData:
  6. newrelic-apiKey: apiKey
  1. Copy Application ID
  2. Create subscription for your NewRelic integration
  1. apiVersion: argoproj.io/v1alpha1
  2. kind: Application
  3. metadata:
  4. annotations:
  5. notifications.argoproj.io/subscribe.<trigger-name>.newrelic: <app-id>

Templates

  • description - optional, high-level description of this deployment, visible in the Summary page and on the Deployments page when you select an individual deployment.
  • Defaults to message
  • changelog - optional, A summary of what changed in this deployment, visible in the Deployments page when you select (selected deployment) > Change log.
  • Defaults to {{(call .repo.GetCommitMetadata .app.status.sync.revision).Message}}
  • user - optional, A username to associate with the deployment, visible in the Summary and on the Deployments.
  • Defaults to {{(call .repo.GetCommitMetadata .app.status.sync.revision).Author}}
  1. context: |
  2. argocdUrl: https://example.com/argocd
  3. template.app-deployed: |
  4. message: Application {{.app.metadata.name}} has successfully deployed.
  5. newrelic:
  6. description: Application {{.app.metadata.name}} has successfully deployed